home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mita.dir / 00072_End Preview I.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  283 b   |  14 lines

  1. on mouseUp
  2.   global prev, gSound
  3.   if prev > 0 then
  4.     set prev to 0
  5.     set the visible of sprite 19 to 0
  6.     repeat with x = 13 to 18
  7.       set the visible of sprite x to 1
  8.     end repeat
  9.     set the soundLevel to gSound
  10.     puppetSound("OPEN.AIF")
  11.     updateStage()
  12.   end if
  13. end
  14.